Image
Types
Link copied to clipboard
Represents a composable function that displays an image before/after the chip's text. The image will be 24.dp
tall.
Link copied to clipboard
data class Painter(val painter: Painter, val contentDescription: String? = null) : ChipDecoration.Image
Represents a androidx.compose.ui.graphics.painter.Painter displayed before/after the chip's text. The image will be 24.dp
tall and will be tinted with SourceChip.Style.contentColour.
Link copied to clipboard
data class Vector(val imageVector: ImageVector, val contentDescription: String? = null) : ChipDecoration.Image
Represents an ImageVector displayed before/after the chip's text. The image will be 24.dp
tall and will be tinted with SourceChip.Style.contentColour.